home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 51 / Amiga Format CD51 (2000-03-10)(Future Publishing)(GB)[!][issue 2000-04].iso / -serious- / programming / e / powerd / powerd.readme < prev    next >
Text File  |  2000-01-27  |  1KB  |  40 lines

  1. Short:    New powerful programming language v0.11
  2. Author:   Martin Kuchinka
  3. Uploader: kuchinka@k332.feld.cvut.cz
  4. Type:     dev/e
  5. Version:  0.11, 17.1.2000
  6. Replaces: powerd.lha
  7. Requires: OS3.0,
  8.           PhxAss,
  9.           PhxLnk
  10.  
  11.   It is not a reworked AmigaE, it is completely new programming language,
  12. which has only similar syntax to AmigaE. Simpliest "hello world" program
  13. has less then 150 bytes. It is quite memory hungry, but 4 megabytes should
  14. be enough for larger projects. It can use linked libraries and objects.
  15. See documentation for more information. It is free.
  16.  
  17.   Currently it may have many bugs and it is not too "fool-proof". If You
  18. want to be a betatester, please e-mail me, you will be welcomed.
  19.  
  20.   If you found some bugs or you have remainders or suggestions, please
  21. e-mail me, opinions are also welcome.
  22.  
  23.   I hope You will use and like it.
  24.  
  25. PS: All help is welcome.
  26.  
  27. Changes from 0.10:
  28.   - improved LOOP x, where x can be now constant/number
  29.   - added binary module support (still very limited)
  30.     - added MODULE OPTion
  31.   - improved procedure/function finding routines, up to 28 times faster
  32.   - added few new functions:
  33.     UByte(), UWord(), ULong(), HiBit(), LoHit(), BitCount(),BitSize()
  34.   - improved startup files, arg variable now work
  35.     - added startup_dosarg.m module and DOSARGONLY OPTion to allow arg variable with dos
  36.       opening only
  37.   - inlined IF now work better
  38.   - removed some bugs in modules and added ExecBase variable
  39.   and more...
  40.